home *** CD-ROM | disk | FTP | other *** search
/ Informática Multimedia Fácil 12 / Informática Fácil Multimedia Curso de Animator Studio.iso / instala / menufile < prev    next >
Text File  |  1995-01-04  |  1KB  |  29 lines

  1. ******************************************************************************
  2. MENU DESCRIPTOR FOR EXAM.C Program
  3. ******************************************************************************
  4. . spaces in a begining of a line are ignored.
  5. . Any line that does not start with the following is considered a comment line
  6.         1. "
  7.         2. LINE
  8.         3. SUBMENU
  9.         4. END
  10.  
  11. . first number written is the id number retured when that menu is selected
  12. . second number is the keyboard code for accelerating that menu entry.
  13.   When that key is pressed, the barmenu function returns the corresponding
  14.   id number without activating the menu.
  15.  
  16. . The id number for a title does not do anything unless, the title does
  17.   not have any subtitles. This id number can be omitted.  If an accelerator
  18.   is to be placed for any title, the id number must be present although it
  19.   will not be of any significance.
  20. ******************************************************************************
  21.  
  22.  
  23.  
  24.  
  25. "%^Dos"                           4000 288
  26. "%^Windows"                       4100 273
  27. "%^Terminar"                       4500 276
  28.  
  29.